/*!
Theme Name: sajeria
Theme URI: https://underscores.me/
Author: Diego Castiblanco
Author URI: https://underscores.me/
Description: sajeria
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: sajeria
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

sajeria is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Generic
	- Normalize
	- Box sizing
# Base
	- Typography
	- Elements
	- Links
	- Forms
## Layouts
# Components
	- Navigation
	- Posts and pages
	- Comments
	- Widgets
	- Media
	- Captions
	- Galleries
# plugins
	- Jetpack infinite scroll
# Utilities
	- Accessibility
	- Alignments

--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Generic
--------------------------------------------------------------*/

/* Normalize
--------------------------------------------- */

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
	 ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
	line-height: 1.15;
	-webkit-text-size-adjust: 100%;
}

/* Sections
	 ========================================================================== */

/**
 * Remove the margin in all browsers.
 */
body {
	margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
	display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
	font-size: 2em;
	margin: 0.67em 0;
}

/* Grouping content
	 ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
	box-sizing: content-box;
	height: 0;
	overflow: visible;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
	font-family: monospace, monospace;
	font-size: 1em;
}

/* Text-level semantics
	 ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */
a {
	background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
	border-bottom: none;
	text-decoration: underline;
	text-decoration: underline dotted;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
	font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
	font-family: monospace, monospace;
	font-size: 1em;
}

/**
 * Add the correct font size in all browsers.
 */
small {
	font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sub {
	bottom: -0.25em;
}

sup {
	top: -0.5em;
}

/* Embedded content
	 ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */
img {
	border-style: none;
}

/* Forms
	 ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
	font-family: inherit;
	font-size: 100%;
	line-height: 1.15;
	margin: 0;
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
	overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
	text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
	-webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
	border-style: none;
	padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
	outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
	padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *		`fieldset` elements in all browsers.
 */
legend {
	box-sizing: border-box;
	color: inherit;
	display: table;
	max-width: 100%;
	padding: 0;
	white-space: normal;
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
	vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
	overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"],
[type="radio"] {
	box-sizing: border-box;
	padding: 0;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
	-webkit-appearance: textfield;
	outline-offset: -2px;
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
	-webkit-appearance: button;
	font: inherit;
}

/* Interactive
	 ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
	display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
	display: list-item;
}

/* Misc
	 ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */
template {
	display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
	display: none;
}

/* Box sizing
--------------------------------------------- */

/* Inherit box-sizing to more easily change it's value on a component level.
@link http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
*,
*::before,
*::after {
	box-sizing: inherit;
}

html {
	box-sizing: border-box;
}

/*--------------------------------------------------------------
# Base
--------------------------------------------------------------*/

/* Typography
--------------------------------------------- */
body,
button,
input,
select,
optgroup,
textarea {
	color: #404040;
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
	font-size: 1rem;
	line-height: 1.5;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
}

p {
	margin-bottom: 1.5em;
}

dfn,
cite,
em,
i {
	font-style: italic;
}

blockquote {
	margin: 0 1.5em;
}

address {
	margin: 0 0 1.5em;
}

pre {
	background: #eee;
	font-family: "Courier 10 Pitch", courier, monospace;
	line-height: 1.6;
	margin-bottom: 1.6em;
	max-width: 100%;
	overflow: auto;
	padding: 1.6em;
}

code,
kbd,
tt,
var {
	font-family: monaco, consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}

abbr,
acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}

mark,
ins {
	background: #fff9c0;
	text-decoration: none;
}

big {
	font-size: 125%;
}

/* Elements
--------------------------------------------- */
body {
	background: #fff;
}

hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin-bottom: 1.5em;
}

ul,
ol {
	margin: 0 0 1.5em 3em;
}

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

li > ul,
li > ol {
	margin-bottom: 0;
	margin-left: 1.5em;
}

dt {
	font-weight: 700;
}

dd {
	margin: 0 1.5em 1.5em;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
	max-width: 100%;
}

img {
	height: auto;
	max-width: 100%;
}

figure {
	margin: 1em 0;
}

table {
	margin: 0 0 1.5em;
	width: 100%;
}

/* Links
--------------------------------------------- */
a {
	color: #4169e1;
}

a:visited {
	color: #000;
}

a:hover,
a:focus,
a:active {
	color: #000;
}

a:focus {
	outline: thin dotted;
}

a:hover,
a:active {
	outline: 0;
}

/* Forms
--------------------------------------------- */
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	border: 1px solid;
	border-color: #ccc #ccc #bbb;
	border-radius: 3px;
	background: #e6e6e6;
	color: rgba(0, 0, 0, 0.8);
	line-height: 1;
	padding: 0.6em 1em 0.4em;
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	border-color: #ccc #bbb #aaa;
}

button:active,
button:focus,
input[type="button"]:active,
input[type="button"]:focus,
input[type="reset"]:active,
input[type="reset"]:focus,
input[type="submit"]:active,
input[type="submit"]:focus {
	border-color: #aaa #bbb #bbb;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
	color: #666;
	border: 1px solid #ccc;
	border-radius: 3px;
	padding: 3px;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
	color: #111;
}

select {
	border: 1px solid #ccc;
}

textarea {
	width: 100%;
}

/*--------------------------------------------------------------
# Layouts
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Components
--------------------------------------------------------------*/

/* Navigation
--------------------------------------------- */
.main-navigation {
	display: block;
	width: 100%;
}

.main-navigation ul {
	display: none;
	list-style: none;
	margin: 0;
	padding-left: 0;
}

.main-navigation ul ul {
	box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
	float: left;
	position: absolute;
	top: 100%;
	left: -999em;
	z-index: 99999;
}

.main-navigation ul ul ul {
	left: -999em;
	top: 0;
}

.main-navigation ul ul li:hover > ul,
.main-navigation ul ul li.focus > ul {
	display: block;
	left: auto;
}

.main-navigation ul ul a {
	width: 200px;
}

.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
	left: auto;
}

.main-navigation li {
	position: relative;
}

.main-navigation a {
	display: block;
	text-decoration: none;
}

/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
	display: block;
}

@media screen and (min-width: 820px) {

	.menu-toggle {
		display: none;
	}

	.main-navigation ul {
		display: flex;
	}
}

.site-main .comment-navigation,
.site-main
.posts-navigation,
.site-main
.post-navigation {
	margin: 0 0 1.5em;
}

.comment-navigation .nav-links,
.posts-navigation .nav-links,
.post-navigation .nav-links {
	display: flex;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
	flex: 1 0 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
	text-align: end;
	flex: 1 0 50%;
}

/* Posts and pages
--------------------------------------------- */
.sticky {
	display: block;
}

.post,
.page {
	margin: 0 0;
}

.updated:not(.published) {
	display: none;
}

.page-content,
.entry-content,
.entry-summary {
	margin: 0;
}

.page-links {
	clear: both;
	margin: 0 0 1.5em;
}

/* Comments
--------------------------------------------- */
.comment-content a {
	word-wrap: break-word;
}

.bypostauthor {
	display: block;
}

/* Widgets
--------------------------------------------- */
.widget {
	margin: 0 0 1.5em;
}

.widget select {
	max-width: 100%;
}

/* Media
--------------------------------------------- */
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}

/* Make sure logo link wraps around logo image. */
.custom-logo-link {
	display: inline-block;
}

/* Captions
--------------------------------------------- */
.wp-caption {
	margin-bottom: 1.5em;
	max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption .wp-caption-text {
	margin: 0.8075em 0;
}

.wp-caption-text {
	text-align: center;
}

/* Galleries
--------------------------------------------- */
.gallery {
	margin-bottom: 1.5em;
	display: grid;
	grid-gap: 1.5em;
}

.gallery-item {
	display: inline-block;
	text-align: center;
	width: 100%;
}

.gallery-columns-2 {
	grid-template-columns: repeat(2, 1fr);
}

.gallery-columns-3 {
	grid-template-columns: repeat(3, 1fr);
}

.gallery-columns-4 {
	grid-template-columns: repeat(4, 1fr);
}

.gallery-columns-5 {
	grid-template-columns: repeat(5, 1fr);
}

.gallery-columns-6 {
	grid-template-columns: repeat(6, 1fr);
}

.gallery-columns-7 {
	grid-template-columns: repeat(7, 1fr);
}

.gallery-columns-8 {
	grid-template-columns: repeat(8, 1fr);
}

.gallery-columns-9 {
	grid-template-columns: repeat(9, 1fr);
}

.gallery-caption {
	display: block;
}

/*--------------------------------------------------------------
# Plugins
--------------------------------------------------------------*/

/* Jetpack infinite scroll
--------------------------------------------- */

/* Hide the Posts Navigation and the Footer when Infinite Scroll is in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
	display: none;
}

/* Re-display the Theme Footer when Infinite Scroll has reached its end. */
.infinity-end.neverending .site-footer {
	display: block;
}

/*--------------------------------------------------------------
# Utilities
--------------------------------------------------------------*/

/* Accessibility
--------------------------------------------- */

/* Text meant only for screen readers. */
.screen-reader-text {
	border: 0;
	clip: rect(1px, 1px, 1px, 1px);
	clip-path: inset(50%);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute !important;
	width: 1px;
	word-wrap: normal !important;
}

.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	clip-path: none;
	color: #21759b;
	display: block;
	font-size: 0.875rem;
	font-weight: 700;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000;
}

/* Do not show the outline on the skip link target. */
#primary[tabindex="-1"]:focus {
	outline: 0;
}

/* Alignments
--------------------------------------------- */
.alignleft {

	/*rtl:ignore*/
	float: left;

	/*rtl:ignore*/
	margin-right: 1.5em;
	margin-bottom: 1.5em;
}

.alignright {

	/*rtl:ignore*/
	float: right;

	/*rtl:ignore*/
	margin-left: 1.5em;
	margin-bottom: 1.5em;
}

.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 1.5em;
}






























/*Diego's code*/

/*Mobile first*/

.custom-logo-link {
    z-index: 99999;
    position: relative;
}

.DONOTSHOW {
	display: none !important;
}

.showOnDesktop, .socialMedia.showOnDesktop {
	display: none;
}

.contentContainer #primary {
    padding-top: 105px;
}

@font-face {
  font-family: "sajeria";
  font-style: normal;
  font-weight: normal;
  src: url("/wp-content/themes/sajeria/fonts/Sajeria-Script.otf") format("opentype");
  src: url("/wp-content/themes/sajeria/fonts/Sajeria-Script.ttf") format("truetype");
  src: url("/wp-content/themes/sajeria/fonts/Sajeria-Script.woff") format("woff");
  src: url("/wp-content/themes/sajeria/fonts/Sajeria-Script.woff2") format("woff2");
}

@font-face {
  font-family: "gte-regular";
  font-style: normal;
  font-weight: normal;
  src: url("/wp-content/themes/sajeria/fonts/GTEestiProDisplay-Regular.otf") format("opentype");
}

@font-face {
  font-family: "gte-medium";
  font-style: normal;
  font-weight: normal;
  src: url("/wp-content/themes/sajeria/fonts/GTEestiProDisplay-Medium.otf") format("opentype");
}

@font-face {
  font-family: "gte-light";
  font-style: normal;
  font-weight: normal;
  src: url("/wp-content/themes/sajeria/fonts/GTEestiProDisplay-Light.otf") format("opentype");
}

@font-face {
  font-family: "gte-bold";
  font-style: normal;
  font-weight: normal;
  src: url("/wp-content/themes/sajeria/fonts/GTEestiProDisplay-Bold.otf") format("opentype");
}

@font-face {
  font-family: "gte-text-regular";
  font-style: normal;
  font-weight: normal;
  src: url("/wp-content/themes/sajeria/fonts/GTEestiProText-Regular.otf") format("opentype");
}

@font-face {
  font-family: "gte-text-medium";
  font-style: normal;
  font-weight: normal;
  src: url("/wp-content/themes/sajeria/fonts/GTEestiProText-Medium.otf") format("opentype");
}

@font-face {
  font-family: "gte-text-light";
  font-style: normal;
  font-weight: normal;
  src: url("/wp-content/themes/sajeria/fonts/GTEestiProText-Light.otf") format("opentype");
}

@font-face {
  font-family: "gte-text-bold";
  font-style: normal;
  font-weight: normal;
  src: url("/wp-content/themes/sajeria/fonts/GTEestiProText-Bold.otf") format("opentype");
}

body p, body h1, body h2, body h3, body h4, body h5, body h6, body span, body a {
	font-family: gte-regular;
	color: #000;
}

body h1, body h2, body h3, body h4, body h5, body h6 {
	font-weight: bold;
	font-family: gte-bold;
}

.sajeriaScriptText, .sajeriaScriptText p {
    font-family: sajeria !important;
    font-size: 22px;
	letter-spacing: -1px;
}

.page-id-26 .sajeriaScriptText, .page-id-26 .sajeriaScriptText p, .page-id-3370 .sajeriaScriptText, .page-id-3370 .sajeriaScriptText p, .page-id-2170 .sajeriaScriptText, .page-id-2170 .sajeriaScriptText p, .page-id-29 .sajeriaScriptText p, .page-id-121 .ourMenuMainColumn .wp-block-group__inner-container p, .weirdBackground.backgroundJobs .wp-block-group__inner-container p {
    font-family: gte-regular !important;
    font-size: 22px;
	letter-spacing: 1.2;
}

.whiteText {
	color: #fff !important;
}

.blackText, .whiteText.whiteTextBlackNow {
	color: #000 !important;
}

/*General Settings*/

#colophon {
    display: none;
}

.halfWidth {
	width: 50%;
}

.specialWidth60 {
	width: 60%;
} 

h1, h2, h3, h4, h5, h6, p {
	margin-top: 0;
}

h1, h2 {
	margin-bottom: 0.87em;
}

p {
    margin-bottom: 0;
}

.entry-footer {
    display: none;
}

/*Header*/

article {
  overflow-x: hidden !important;
}

#masthead {
    height: 14.5vh;
	position: fixed;
	width: 100%;
	z-index: 9999;
}

#rmp_menu_trigger-45 {
    position: fixed;
}

#masthead .site-branding {
	background-image: url('/wp-content/uploads/2023/04/2023-.svg');
	background-size: inherit;
	box-shadow: 0 0px 0px gray;
}

.rmp-container.rmp-container.rmp-slide-left.rmp-menu-open .rmp-menu li a {
    background-color: #f4f7f4;
    padding: 0 !important;
    width: 220px !important;
    margin: 10px auto;
    font-size: 12px !important;
    text-transform: uppercase;
    font-weight: bold !important;
	display: flex !important;
	align-items: center;
	justify-content: flex-start;
	font-family: gte-regular !important;
}

.rmp-container.rmp-container.rmp-slide-left.rmp-menu-open .rmp-menu li img {
	width: 40px;
	margin-right: 20px;
	height: 40px;
}	

#rmp_menu_trigger-45 img {
    width: 40px;
    height: 40px;
}

#rmp_menu_trigger-45 img:last-child {
    width: 25px;
    height: 25px;
}

.rmp_menu_trigger.rmp-menu-trigger-boring.is-active {
    position: fixed !important;
}

.activeMenuLogo, .custom-logo {
    position: fixed;
    z-index: 9999999999;
    width: 80px;
    margin-top: 20px;
    margin-left: 20px;
}

img.custom-logo {
    position: initial;
}

div.socialMedia {
    display: flex;
    align-items: center;
    justify-content: center;
	margin: 50px 0;
	position: relative;
	top: 150px;
}

div.socialMedia img {
    width: 140px;
	display: flex;
}

.socialMedia img, .socialMedia i {
    background: #f4f7f4;
    padding: 10px 20px;
    font-size: 20px;
}

.showOnMobile.headerMenuElements img {
    display: block;
	width: 35px;
}

.showOnMobile.headerMenuElements {
    display: flex;
	justify-content: center;
	align-items: center;
	position: relative;
	bottom: 80px;
}

.locationElement, .menuElement {
    padding: 5px;
    /*background-color: #F7F7F7;*/
    margin: 0 5px;
}

.showOnMobile.headerMenuElements > div {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.showOnMobile.headerMenuElements a {
	font-size: 10px;
	letter-spacing: 0;
	text-decoration: none;
	color: #000;
	text-transform: uppercase;
	font-weight: bold;
	font-family: gte-regular;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}

/*End Header*/

/*Homepage*/

.standardButton .is-style-outline > a.wp-block-button__link {
    border-width: 4px;
	font-weight: bold;
	white-space: nowrap;
}

.secondFold .standardButton .is-style-outline.whiteText > a.wp-block-button__link {
	white-space: nowrap;
	width: fit-content;
}

.standardButton .is-style-outline > a.wp-block-button__link:hover {
    background-color: rgba(255, 255, 255, 0.5);
}

.home .sajeriaScriptText.leftAligned {
    padding: 0 10px;
    text-align: center;
}

.wp-block-group.rightTextGroup > div {
    display: flex;
    justify-content: flex-end;
}

.wp-block-group.rightTextGroup > div p {
	text-align: center;
	padding: 0 10px;
}

.firstColumn {
	margin: 5px 0;
}

div.wp-block-columns {
	margin: 0;
}

.wp-block-group.backgroundGroup {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.home .wp-block-group.backgroundGroup.groupOne {
	background-image: url('/wp-content/uploads/2021/11/home1.webp');
}

.home .wp-block-group.backgroundGroup.groupTwo {
	background-image: url('/wp-content/uploads/2021/11/home2.webp');
}

.home .wp-block-group.backgroundGroup.groupThree {
	background-image: url('/wp-content/uploads/2021/11/home3.webp');
}

.wp-block-group.backgroundGroup > .wp-block-group__inner-container {
    padding: 20px 0;
}

.home .wp-block-group.backgroundGroup.groupOne p {
    padding-top: 50px;
}

.wp-block-group.backgroundGroup.groupThree .wp-block-group.rightTextGroup > div p {
    margin-right: 10px;
	padding: 0;
	-ms-transform: rotate(5deg);
	-webkit-transform: rotate(5deg);
	-moz-transform: rotate(5deg);
	-o-transform: rotate(5deg);
    transform: rotate(5deg);
}

.wp-block-group.reversedColumnGroup .wp-block-group__inner-container {
    display: flex;
    flex-direction: column-reverse;
}

.wp-block-group.groupTwo .wp-block-group.rightTextGroup .sajeriaScriptText.rightAligned {
    margin-top: 20px;
}

.wp-block-group.groupThree .wp-block-group.rightTextGroup {
    position: relative;
    bottom: 250px;
}

/*Jobs Page*/

.wp-block-group.whiteBox.weirdCorners h1 {
    padding-top: 0;
	margin-top: 20px;
}

.wp-block-column.backgroundStained {
    display: flex;
    justify-content: center;
    align-items: center;
}

.page-jobs .wp-block-column.backgroundStained {
    background-image: url('/wp-content/uploads/2021/11/jobs-page-min.webp');
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100% 100%;
	height: 85.5vh;
}

.wp-block-group.whiteBox.weirdCorners .wp-block-column > h2 {
    padding: 0;
	max-width: 140px;
	margin: 0 auto;
	display: block;
	line-height: 26px;
}

.mobileTwoColumns {
	display: flex;
	justify-content: center;
	align-items: center;
	flex-wrap: unset;
}

.wp-block-group.whiteBox.weirdCorners {
    margin: 20px;
    padding: 30px 30px 50px 30px;
    background-color: rgba(255, 255, 255, 0.8);
    border-radius: 50% 20% / 10% 40%;
	border-radius: 0;
}

.wp-block-group.whiteBox.weirdCorners p {
    margin-bottom: 35px;
	max-width: 400px;
	margin: 0 auto;
}

.wp-block-columns.columnPaddingTop {
    padding-top: 20px;
}

/*Location Page*/

.wp-block-group.groupLocations {
    background-color: #F7F7F7;
}

div.entry-content div.wp-block-group div.standardButton.noPadding {
	padding: 0;
}

div.entry-content div.wp-block-group .noMargin {
	margin: 0;
}

.wp-block-group.locationsNumbersGroup > div .roundNumberLocations {
    margin: 0 auto;
    background-color: #000;
    color: #fff;
    border-radius: 100%;
    padding: unset;
    line-height: normal;
    position: relative;
    top: 20px;
    height: 30px;
    width: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.wp-block-group.locationsNumbersGroup > div .roundNumberLocations span {
    color: #fff;
}

.wp-block-group.locationsNumbersGroup > div {
    display: flex;
    justify-content: center;
    align-items: center;
}

.groupLocations .locationsColumns .wp-block-group.whiteBox.weirdCorners {
    margin: 90px 20px;
    background-color: #fff;
    border-radius: 50% 20% / 10% 40%;
}

.groupLocations .locationsColumns img {
	width: 289px;
}

.wp-block-column.locationsColumns h3 {
    margin: 0;
}

div.wp-block-group.groupLocations div.locationsColumns p {
    max-width: 100%;
}

.groupLocations .locationsColumns .wp-block-group.whiteBox.weirdCorners {
    margin: 20px;
}

.orderNow {
	border-radius: 25px;
	border: 2px solid white;
	padding: 0.7em 1.7em .5em 1.7em;
	text-decoration: unset;
	background: rgba(0,0,0,.1);
	background-color: #fff;
	font-family: gte-regular;
	color: #000 !important;
	font-size: 11px;
	width: fit-content;
}

.page-id-29 .ourMenuMainGroup figcaption {
  width: 80%;
  margin: auto;
  margin-top: -10px;
  background-color: #f5f5f5;
  border-bottom-left-radius: 50px;
  padding: 20px 20px 0 20px;
  border-bottom-right-radius: 50px;
}

.getInTouch.openPDFMenu .wp-block-button a {
  padding-top: 12px;
  padding-bottom: 12px;
  font-size: 18px;
}

.getInTouch.openPDFMenu .wp-block-button.downloadMenu {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  right: unset;
  position: unset;
  margin-bottom: 10px;
}

.locationText {
	text-align: center;
	max-width: 810px;
	margin: auto;
}

/*Shop Page*/

.productPriceAddToCart bdi, .productPriceAddToCart bdi span {
    font-family: sajeria !important;
}

.shopProducts {
	color: #000;
}

.shopProductsContainer {
	display: flex;
  	flex-direction: row;
  	flex-wrap: wrap;
}

.shopProducts {
    display: flex;
    flex: 2;
    flex-direction: column;
    flex-basis: 50%;
	padding: 5px;
}

.backgroundContainer {
    background-color: #F7F7F7;
}

.backgroundContainer .shopProductsContainer {
    margin: 0 25px;
	padding-top: 200px;
}

.shopProducts .productTitle .entry-title {
    padding: 5px 0 0 0;
    font-size: 10px;
	color: #000;
}

.shopProducts .productImg {
	text-align: center;
}	

.shopProducts .productImg img {
	height: 100%;
	width: 100%;
}

.productAddToCart .quantity {
    display: none;
}

.productPriceAddToCart {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.productPriceAddToCart .single_add_to_cart_button.button.alt,
#place_order {
    color: #fff;
    background-color: #000;
    border-radius: 50px;
    border: 1px solid #000;
    padding: 5px 10px;
    text-transform: uppercase;
    font-size: 10px;
    font-weight: bold;
	position: relative;
	/*bottom: 10px;*/
}

.productDescription, .productPriceAddToCart .price, .shopProducts .productDescription p {
    font-size: 12px;
}

.pageTitleCart h1 {
	padding: 0;
	margin: 0;
	text-transform: uppercase;
	color: #000;
	font-size: 22px;
}

.pageTitleCart {
	padding: 10px 35px;
	display: flex;
	width: 100%;
	justify-content: space-between;
	align-items: center;
	position: fixed;
	padding-top: 120px;
	z-index: 999;
}

.positionFixed {
	position: fixed;
}

sup {
	top: -2.5em;
	color: #000;
	font-weight: bold;
}

.pageTitleCart a, .pageTitleCart a:visited {
	text-decoration: none;
	color: #000;
}

.wp-block-group.whiteBox.weirdCorners h3 {
    font-size: 22px;
}

/*Product page*/

.single .contentContainer, .page-cart .contentContainer, .page-checkout .contentContainer {
	background-color: #F7F7F7;
	padding-bottom: 50px;
}

.wrapProductContent .summary.entry-summary.toWrap {
    width: 100%;
}

.page-id-815 .pBelow {
    display: none;
}

div.woocommerce-message, div.woocommerce-info, div.woocommerce-error, div.woocommerce-noreviews, p.no-comments {
    background-color: #F7F7F7;
    clear: both;
    text-align: center;
    color: #000;
}

div.woocommerce-message a {
	color: #000;
	text-decoration: none;
}

.productpageBackground {
    position: relative;
    top: 60px;
    height: 88.7vh;
    background-repeat: no-repeat;
    background-size: 100% 100%;
}

.single-product .woocommerce-product-gallery.images {
    display: none;
}

.productpageBackground .whiteBox.weirdCorners {
    background-color: #fff;
    margin: 0 20px;
    padding: 20px;
    position: absolute;
    bottom: 10px;
	width: 90%;
}

.productpageBackground .product_title.entry-title {
    padding: 0;
	font-size: 16px;
}

.productpageBackground .titleAndPrice {
    display: flex;
    justify-content: space-between;
}

.productpageBackground .titleAndPrice span {
    font-family: sajeria;
}

.productpageBackground .productAddToCart .quantity {
    display: block;
}

.productpageBackground .cart {
    display: flex;
    justify-content: flex-end;
}

.productpageBackground .single_add_to_cart_button, .shop_table td.actions .button {
    margin-left: 20px;
	padding: 7px 25px;
    border: 1px solid #000;
    background-color: #000;
    color: #fff;
    font-weight: bold;
    border-radius: 25px;
	white-space: nowrap;
}

.productpageBackground .input-text {
    border: none;
    text-align: right;
    color: #000;
}

/*About us*/

.aboutUsPaddingLateral {
    padding-left: 40px;
	padding-right: 40px;
}

.aboutUsPadding {
    padding-top: 40px;
	padding-bottom: 40px;
}

.backgroundSpecial {
	background-color: #f7f7f7;
	padding-bottom: 20px;
}

.backgroundSpecial .wp-block-group__inner-container {
    background-color: #fff;
    margin: 0 30px;
    padding: 20px 0;
}

.page-template-default.page.page-about-us {
    background-color: #F7F7F7;
}

.rightCentered p {
	max-width: 500px;
}

.rightCentered .wp-block-cover__inner-container {
	position: relative;
	right: 20px;
}

.scrollSection .wp-block-column.is-vertically-aligned-center {
    padding: 0 0px;
}

.onlyDesktop.scrollSection div.wp-block-columns {
    white-space: unset;
}

.marginButtonAU {
	margin-bottom: 1em;
}

.borderColumns {
	margin: 100px 50px;
	background-color: #fff;
}

.borderColumns {
    margin: 100px 50px 100px 0;
    background-color: #fff;
    padding-left: 50px;
}

.borderColumns figure {
    margin: 1em 0;
}

.wp-block-group.backgroundSpecial.borderColumns .textColumn {
	margin-left: 50px;
max-width: 30%;
}

.wp-block-group.backgroundSpecial.borderColumns .textColumn i {
	font-size: 50px;
}

.wp-block-group.backgroundSpecial.borderColumns .textColumn a {
	text-decoration: none;
	display: flex;
	align-items: center;
}

.wp-block-group.backgroundSpecial.borderColumns .textColumn strong {
	padding-left: 10px;
}

.wp-block-group.backgroundSpecial.borderColumns .sajeriaScriptText {
    font-size: 5vh;
}

/*Got questions*/

.page-id-1442 .wp-block-group.backgroundSpecial.borderColumns .sajeriaScriptText {
    font-size: 3vh;
}

.page-id-1442 .contentContainer {
    background: #F7F7F7;
}

.page-id-1442 .sajeriaScriptText span {
    text-decoration: underline;
    font-family: sajeria !important;
}

/*Weird Background*/

div p.optionalTextCatering {
    font-family: gte-regular !important;
    font-size: 12px;
}

.wp-block-group.whiteBox.weirdCorners.weirdBackground, .wp-block-group.weirdBackground .wp-block-group__inner-container, .wp-block-group.weirdBackground, .parent-pageid-26 .subPageMenu div.whiteContainer, div.cateringContainer, div.backgroundSpecial div.wp-block-group__inner-container, .groupLocations .locationsColumns .wp-block-group.whiteBox.weirdCorners, div.productpageBackground .whiteBox.weirdCorners {
    background-repeat: no-repeat;
    background-size: cover;
    background-color: unset;
}

.wp-block-group.whiteBox.weirdCorners.backgroundJobs, .wp-block-group.weirdBackground.backgroundJobs, .parent-pageid-26 .subPageMenu div.whiteContainer  {
	background-image: url('/wp-content/uploads/2021/12/Landing-page-Backdrop.svg');
}

div.backgroundSpecial div.wp-block-group__inner-container {
	background-image: url('/wp-content/uploads/2021/12/Landing-page-Backdrop.svg');
}

div.groupLocations .locationsColumns .wp-block-group.whiteBox.weirdCorners {
	background-image: url('/wp-content/uploads/2021/12/backdrop-1.svg');
}

div.productpageBackground .whiteBox.weirdCorners {
	background-image: url('/wp-content/uploads/2021/12/Backdrop-voucher.svg');
}

/*Cart*/

form table.shop_table_responsive tr td::before {
    display: none;
}

form table.shop_table_responsive tr td {
    text-align: center;
}

form table.shop_table_responsive tr td.product-remove {
    position: relative;
    top: 20px;
    left: 80px;
}

form table.shop_table_responsive tr td.product-remove a {
    text-decoration: none;
}

.woocommerce-cart-form__cart-item.cart_item, .cart-collaterals {
    padding: 20px;
    display: block;
    background-color: #fff;
    margin: 50px;
    /*border-radius: 50% 20% / 10% 40%;*/
}

.cart-collaterals h2 {
    padding-top: 0;
}

.cart-collaterals {
    margin: 50px;
}

.cart-collaterals .cart_totals table, .cart-collaterals .cart_totals h2, .cart-collaterals .cart_totals > div {
    margin: 0;
}

table.shop_table_responsive.cart thead {
    display: none;
}

/*Checkout*/

.page-checkout #customer_details {
    padding-top: 50px;
}

.page-checkout .contentContainer {
    padding: 0 30px;
}

.page-checkout .contentContainer label {
    display: block;
    margin: 10px 0 15px 0;
}

.page-checkout .contentContainer input, .page-checkout .contentContainer textarea, .page-checkout .contentContainer select {
    width: 100%;
}

.page-checkout .contentContainer input {
    margin-bottom: 20px;
}

.select2-selection.select2-selection--single {
    margin-bottom: 10px;
}

#billing_country_field, #billing_state_field {
    margin-bottom: 20px;
}

#order_review_heading {
    margin-top: 20px;
}

.shop_table.woocommerce-checkout-review-order-table th {
    text-align: left;
}

#payment ul.payment_methods {
    margin: 0;
    margin-bottom: 0px;
    padding: 0;
    list-style: none;
    margin-bottom: 20px;
}

#order_review .woocommerce-info, .woocommerce-noreviews, p.no-comments {
    background-color: transparent;
    border: 1px solid red;
    padding: 10px;
    text-align: center;
}

#place_order {
    margin-top: 20px;
}

.page-checkout .entry-content {
    padding-bottom: 50px;
}

#customer_details .col-2 {
    display: none;
}

/*Menu*/

.wp-block-buttons.openPDFMenu {
    position: relative;
}

.subPageMenu .categoriesContainer a.selected {
    color: #a3a3a1;
}

#billing_company_field {
    display: none;
}

/*Order Received*/

.woocommerce-checkout.woocommerce-order-received.page-checkout .woocommerce-order {
    padding-top: 50px;
}

.woocommerce-checkout.woocommerce-order-received.page-checkout .woocommerce-order-details h2,
.woocommerce-checkout.woocommerce-order-received.page-checkout .woocommerce-column__title {
    padding-top: 20px;
}

.woocommerce-checkout.woocommerce-order-received.page-checkout .woocommerce-order-overview.woocommerce-thankyou-order-details {
    margin-left: 0;
    padding: 0;
    list-style: none;
    color: #000;
}

.woocommerce-checkout.woocommerce-order-received.page-checkout .woocommerce-table {
	text-align: left;
	color: #000;
}

.woocommerce-privacy-policy-link, .woocommerce-privacy-policy-link:visited {
    color: #000;
    text-decoration: none;
    font-style: italic;
}

.cartShopPage img {
    width: 40px;
}

/*New Homepage*/

.firstFold p.showOnMobile {
    width: 50%;
    position: relative;
    top: 100px;
}

.secondFold p.showOnMobile {
    width: 50%;
    position: relative;
    top: 50px;
    float: right;
}

.secondFold p.showOnMobile.topText {
    top: -50px;
    width: 70%;
	-ms-transform: rotate(5deg);
	-webkit-transform: rotate(5deg);
	-moz-transform: rotate(5deg);
	-o-transform: rotate(5deg);
    transform: rotate(5deg);
}

.wp-block-cover.aligncenter.firstFold, .notFullHeight {
    margin-bottom: 5px;
}

.wp-block-columns.lastFold .wp-block-column:last-child .wp-block-cover.aligncenter.notFullHeight {
  margin-bottom: 0;
}

/*Google maps*/

.openGoogleMaps {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: row-reverse;
}

.groupLocations .locationsColumns .openGoogleMaps img {
    width: 14px;
    height: 20px;
    margin-right: 10px;
}

.groupLocations .locationsColumns .openGoogleMaps {
    text-decoration: none;
    font-size: 10px;
    padding: 10px 20px;
    background-color: #fff;
	border-radius: 25px;
	width: 80%;
	margin-right: 5px;
}

.buttonsLocation {
	position: relative;
	bottom: 115px;
	left: 60px;
	display: flex;
	flex-direction: column-reverse;
	gap: 7px;
	left: 50%;
	transform: translateX(-50%);
	align-items: center;
	justify-content: center;
}

.wp-block-columns:not(.is-not-stacked-on-mobile) > .wp-block-column:not(:first-child) {
  margin-left: 0;
}

.waitInLineText {
  font-family: sajeria;
  font-size: 30px;
  font-weight: bold;
  max-width: 180px;
  -ms-transform: rotate(-14deg);
  -webkit-transform: rotate(-14deg);
  -moz-transform: rotate(-14deg);
  -o-transform: rotate(-14deg);
  transform: rotate(-14deg);
  margin-left: 20px;
  position: relative;
  top: 20px;
}

.textAdded2 .waitInLineText {
  left: -100px;
  rotate: 16deg;
  top: 1.8vw;
}

.transparentFont.whiteText {
	color: transparent !important;	
}

.secondFold .feedingACrowd .standardButton .is-style-outline.whiteText > a.wp-block-button__link {
  margin-bottom: 20px;
}

.textAdded {
  display: flex;
  justify-content: center;
  align-items: last baseline;
  position: relative;
  left: 50px;
}

.textAdded img {
  width: 50px;
}

body.home h1.has-large-font-size {
	white-space: normal;
}

.lastFold .wp-block-column:first-child p.showOnMobile {
  position: relative;
  bottom: 60px;
  max-width: 120px;
}

.home h1#pantry-upgrade {
  margin-top: -80px;
  margin-bottom: 80px;
}

.inbetweenButtons {
	flex-direction: column;
}

.inbetweenButtons a {
	background-color: white;
	color: black !important;
	border: 2px solid !important;
	height: 65px;
	line-height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	font-family: sajeria !important;
	font-size: 25px;
	margin-bottom: 10px;
	padding: 5px 0px 0px 0px;
	width: 330px;
}



/*Desktop*/

@media only screen and (min-width: 820px) {
	
	.lastFold .wp-block-column:first-child p.showOnDesktop {
		position: relative;
		bottom: 7vw;
		max-width: 14vw;
		left: 50px;
		rotate: -10deg;
	}
	
	.waitInLineText {
	  font-size: 1.7vw;
	  max-width: 9vw;
	}
	
	.textAdded img {
  		width: 2vw;
	}
	
	.textAdded.textAdded2 img {
  		rotate: 180deg;
	}
	
	.textAdded {
	  position: absolute;
	  right: 36vw;
	  left: unset;
	}
	
	.textAdded2.textAdded {
	  right: 12vw;
	}
	
	.groupLocations .locationsColumns .openGoogleMaps {
		width: fit-content;
		margin-right: 0;
		padding: 10px 20px;
	}
	
	.contentContainer #primary {
    	padding-top: unset;
	}
	
	.main-navigation li a {
		display: flex;
		justify-content: center;
		align-items: center;
		flex-direction: column;
	}
	
	div.showOnMobile, .showOnMobile {
		display: none !important;
	}
	
	div.showOnDesktop, .showOnDesktop {
		display: block !important;
	}
	
	#masthead {
		max-width: 12%;
		float: left;
		width: 100%;
	}
	
	.contentContainer {
		max-width: 88%;
		float: left;
		width: 100%;
		position: relative;
		left: 12%;
		background-image: url('/wp-content/uploads/2023/04/2023-.svg');
	}
	
	.page-id-3370 .contentContainer {
		background-image: url('https://thesajeria.com/wp-content/uploads/2023/10/Background-Speckles-Falaferia.png');
		background-size: contain;
	}

	.home .contentContainer, .page-id-3366 .contentContainer {
		background-image: unset;
	}
	
	body.home {
	  background-image: url('/wp-content/uploads/2023/04/2023-.svg');
	  background-repeat: no-repeat;
	  background-attachment: fixed;
	}
	
	.home .contentContainer, .page-id-3366 .contentContainer {
		padding-right: 10%;
	}
	
	.finalSpace {
	  max-width: 10%;
	  float: left;
	  width: 100%;
	  background-image: url('/wp-content/uploads/2023/04/2023-.svg');
	  position: relative;
	  left: 12%;
	  height: 180vh;
	}
	
	#masthead #site-navigation #primary-menu {
    	flex-direction: column;
	}
	
	#masthead {
		background-image: url('/wp-content/uploads/2023/04/2023-.svg');
		height: 100vh;
		position: fixed;
		display: flex;
		flex-direction: column;
		justify-content: center;
		background-size: cover;
	}
	
	#masthead .site-branding {
		background-image: unset;
		background-size: unset;
	}
	
	#masthead #site-navigation #primary-menu li a {
		text-align: center;
		color: #000;
		font-size: 0.8vw;
		font-weight: bold;
		text-transform: uppercase;
		padding: 5px;
		background-color: #f7f7f7;
		width: 0.5vw;
		margin: 5px auto;
		white-space: nowrap;
	}
	
	.main-navigation li {
		display: flex;
		justify-content: center;
		align-items: center;
		flex-direction: column;
	}
	
	#masthead #site-navigation #primary-menu li img {
		/*background-color: #F7F7F7;*/
		margin-bottom: 5px;
    	max-width: 60px;
		width: 1.5vw;
	}
	
	div.socialMedia img {
    	width: 5vw;
	}
	
	.custom-logo {
    	width: 96px;
	}
	
	.socialMedia i {
    	font-size: 1.2vw;
	}
	
	.socialMedia.showOnDesktop {
		display: flex !important;
		flex-direction: column;
		margin: 10px 0 0 0;
	}
	
	.activeMenuLogo {
    	display: none;
	}
	
	#masthead .site-branding {
		display: flex;
		justify-content: center;
		margin-bottom: 10px;
		flex-direction: column;
    	align-items: center;
	}
	
	#masthead .site-branding img {
		margin-left: 0;
	}
	
	/*General*/
	
	.wp-block-group.desktopVersion h1, .wp-block-group.desktopVersion h2 {
    	font-size: 80px;
		margin-bottom: 0;
	}
	
	.wp-block-group.desktopVersion h1, .wp-block-group.desktopVersion h2 {
    	font-size: 4vh;
		margin-bottom: 0;
	}
	
	.wp-block-group.desktopVersion.groupOne.showOnDesktop .specialWidth60 {
    	width: 100%;
	}
	
	.wp-block-columns {
    	margin-bottom: 0;
	}
	
	.wp-block-column:not(:first-child) {
    	margin-left: 0;
	}
	
	/*Homepage*/
	
	h1 {
    	padding: 0;
	}
	
	.standardButton .is-style-outline > a.wp-block-button__link {
		font-size: 3vh;
	}
	
	.wp-block-group.desktopVersion {
		background-repeat: no-repeat;
		background-size: cover;
		background-position: center;
	}
	
	.home .wp-block-group.desktopVersion.groupOne {
    	background-image: url('/wp-content/uploads/2021/11/home1.webp');
		height: 85vh;
		display: flex;
		justify-content: center;
		align-items: center;
	}
	
	.home .wp-block-group.desktopVersion.groupTwo {
    	background-image: url('/wp-content/uploads/2021/11/home2.webp');
		height: 85vh;
		display: flex;
		justify-content: center;
		align-items: center;
	}
	
	.home .wp-block-group.desktopVersion.groupThree {
    	background-image: url('/wp-content/uploads/2021/11/home3.webp');
		height: 85vh;
		display: flex;
		justify-content: center;
		align-items: center;
	}
	
	.wp-block-group.desktopVersion.groupOne .standardButton {
    	padding-top: 30px;
	}
	
	.wp-block-group.desktopVersion .sajeriaScriptText.whiteText {
    	font-size: 3vh;
	}
	
	.wp-block-group.desktopVersion.homeDesktopPadding {
    	padding: 150px 0 100px 0;
	}
	
	.wp-block-group.desktopVersion.homeDesktopPadding .standardButton {
		padding-top: 100px;
	}
	
	.wp-block-group.desktopVersion.groupTwo .wp-block-group.rightTextGroup {
    	position: relative;
    	top: 80px;
	}
	
	.wp-block-group.desktopVersion.groupThree .wp-block-group.rightTextGroup {
    	position: relative;
    	bottom: 80px;
	}
	
	.wp-block-group.desktopVersion.groupThree .wp-block-group.rightTextGroup {
		position: relative;
		bottom: 340px;
		transform: rotate(5deg);
	}
	
	.wp-block-group.desktopVersion.groupTwoThree .wp-block-column:first-child, 
	.wp-block-group.desktopVersion.groupTwoThree .wp-block-column:last-child {
		margin-top: 10px;
	}	
	
	.wp-block-group.desktopVersion.groupTwoThree .wp-block-column:first-child {
    	margin-right: 5px;
	}
	
	.wp-block-group.desktopVersion.groupTwoThree .wp-block-column:last-child {
    	margin-left: 5px;
	}
	
	.wp-block-group.reversedColumnGroup .wp-block-group__inner-container {
		display: flex;
		flex-direction: column;
	}
	
	.wp-block-group.reversedColumnGroup .wp-block-group__inner-container .specialWidth60 {
		width: 100%;
	}
	
	.home .wp-block-group.backgroundGroup.groupOne p {
    	padding-top: 0;
	}
	
	.wp-block-group.desktopVersion.groupThree .wp-block-group.rightTextGroup {
    	bottom: 450px;
	}
	
	.wp-block-group.groupTwo .wp-block-group.rightTextGroup .sajeriaScriptText.rightAligned {
    	margin-top: 0;
		position: relative;
		bottom: 0;
		left: 80px;
	}
	
	/*New Homepage*/
	
	.firstFold h1 {
    	margin-bottom: 0;
	}
	
	h1.has-x-large-font-size {
	  font-size: 5em !important;
	  letter-spacing: 2px;
		line-height: 70px;
	}
	
	.firstFold .standardButton {
    	margin-top: 20px;
	}
	
	.wp-block-column .wp-block-cover.aligncenter.firstFold {
    	margin-bottom: 0;
	}
	
	.wp-block-columns.secondFold .wp-block-column:first-child {
    	margin-right: 5px;
	}
	
	.wp-block-columns.lastFold .wp-block-column:first-child {
  		margin-right: 5px;
	}
	
	/*Jobs Page*/

	.wp-block-column.backgroundJobsPage {
		background-image: url('/wp-content/uploads/2021/11/jobs-page-min.webp');
		background-position: center;
		background-size: 100% 100%;
		background-repeat: no-repeat;
	}
	
	.wp-block-group.desktopVersion.groupOne.parentGroup > .wp-block-group__inner-container > .wp-block-columns {
    	height: 100vh;
		background-image: url('/wp-content/uploads/2021/11/background-complete-min.webp');
	}
	
	.wp-block-group.whiteBox.weirdCorners h2 {
    	font-size: 4vh;
		padding: 20px 0;
	}
	
	.wp-block-group.whiteBox.weirdCorners {
		margin: 90px;
		padding: 50px;
		background-color: #fff;
		border-radius: 50% 20% / 10% 40%;
		border-radius: 0;
	}
	
	.page-id-121 .wp-block-group.whiteBox.weirdCorners {
		padding: unset;
	}
	
	.page-jobs .wp-block-column.backgroundStained {
    	background-image: unset !important;
	}
	
	.wp-block-group.whiteBox.weirdCorners .wp-block-column > h2 {
		max-width: 200px;
	}
	
	/*Locations*/
	
	div.wp-block-group.groupLocations div.locationsColumns h3, .sajeriaScriptText {
    	font-size: 3vh;
	}
	
	.topText {
	  color: black;
	  font-size: 4vh;
	  background-color: #F5F5F5;
	  width: fit-content;
	  margin: auto;
	  margin-bottom: 10px;
	  line-height: 1.4;
	}
	
	.page-locations .wp-block-group.desktopVersion.groupOne.parentGroup {
		display: block;
	}
	
	/*Shop*/
	
	.shopProducts .productImg img {
		height: unset;
		width: unset;
	}
	
	.shopProducts .productTitle .entry-title {
		font-size: 3vh;
		text-align: center;
	}
	
	.shopProducts .productDescription {
    	text-align: center;
	}
	
	.productPriceAddToCart {
    	justify-content: center;
	}
	
	.productPriceAddToCart .price, .productPriceAddToCart .productAddToCart {
    	margin: 0 10px;
	}
	
	.productPriceAddToCart .price {
    	font-size: 3vh;
	}
	
	.productPriceAddToCart .single_add_to_cart_button.button.alt {
    	font-size: 2vh;
	}
	
	.shopProducts {
    	padding: 50px 10px;
	}
	
	.shopProducts .productImg img {
		height: 20vh;
		width: 20vh;
	}
	
	.pageTitleCart {
    	width: 88%;
		position: fixed;
	}
	
	.pageTitleCart h1 {
    	font-size: 2vh;
	}
	
	.cartShopPage img {
		width: 5vh;
	}
	
	.cartShopPage sup {
    	font-size: 1.8vh;
	}
	
	.shopProducts {
    	flex-basis: 33%;
	}
	
	.pageTitleCart {
		padding-top: 20px;
	}
	
	.backgroundContainer .shopProductsContainer {
		padding-top: 60px;
	}
	
	/*Product Page*/
	
	.wrapProductContent {
		display: flex;
		align-items: center;
		justify-content: center;
		height: 95vh;
	}
	
	.wrapProductContent .summary.entry-summary.toWrap {
		width: 30%;
		margin-left: 5vh;
	}
	
	.single-product .woocommerce-product-gallery.images, .single-product .woocommerce-product-gallery.images .wp-post-image {
    	width: unset;
	}
	
	.productpageBackground {
    	height: 80vh;
	}
	
	/*Cart*/
	
	.woocommerce-cart-form__cart-item.cart_item td {
		display: flex;
		justify-content: center;
		align-items: center;
	}
	
	form table.shop_table_responsive tr td.product-remove {
		top: 20px;
		right: 90px;
		left: unset;
	}
	
	.woocommerce-cart-form__cart-item.cart_item {
    	width: 40%;
    	float: left;
	}
	
	.cart-collaterals {
		width: 50%;
		float: right;
		padding: 100px;
	}
	
	/*Checkout*/
	
	.page-checkout #customer_details {
		display: flex;
		justify-content: center;
	}
	
	#customer_details .col-1 {
    	width: 100%;
	}
	
	#customer_details, #order_review_heading, #order_review, .woocommerce-checkout.woocommerce-order-received.page-checkout .woocommerce-order {
    	width: 50vh;
    	margin: 0 auto;
	}
	
	.wp-block-group.whiteBox.weirdCorners .wp-block-column > h2 {
    	line-height: normal;
	}
	
	.wp-block-group.whiteBox.weirdCorners h3 {
    	margin-top: 20px;
	}

}

@media only screen and (min-width: 550px) and (max-width: 900px) {
	
	.wp-block-column.backgroundJobsPage {
    	display: none;
	}
	
	.wp-block-column.backgroundStained {
		flex-basis: 100% !important;
		margin-left: 0;
	}
	
	.wp-block-group.whiteBox.weirdCorners {
		margin: 100px 100px 0 100px;
	}
	
	.page-jobs .wp-block-column.backgroundStained {
    	height: unset;
		padding-bottom: 100px;
	}
	
	/*Cart*/
	
	.woocommerce-cart-form__cart-item.cart_item td {
		display: flex;
		justify-content: center;
		align-items: center;
	}
	
	form table.shop_table_responsive tr td.product-remove {
		top: 20px;
		right: 90px;
		left: unset;
	}
	
	.woocommerce-cart-form__cart-item.cart_item {
    	width: 36%;
    	float: left;
	}
	
	.cart-collaterals {
		width: 50%;
		float: right;
		padding: 100px;
	}
	
}

@media only screen and (min-width: 750px) and (max-width: 780px) {
	
	.page-jobs .wp-block-column.backgroundStained {
    	height: 100vh;
	}
	
}

@media only screen and (min-width: 1450px) {
	
	.wp-block-group.desktopVersion.groupThree .wp-block-group.rightTextGroup {
    	bottom: 45vh;
		left: 100px;
	}
	
}

@media only screen and (min-width: 2300px) {
	
	.wp-block-group.desktopVersion.groupThree .wp-block-group.rightTextGroup {
    	bottom: 600px;
		left: 100px;
	}
	
}

@media only screen and (min-width: 3100px) and (max-width: 5500px) {
	
	.wp-block-group.desktopVersion.groupThree .wp-block-group.rightTextGroup {
    	bottom: 950px;
		left: 100px;
	}
	
	.wp-block-group.groupTwo .wp-block-group.rightTextGroup .sajeriaScriptText.rightAligned {
    	margin-top: 0;
		position: relative;
		top: 200px;
		left: 80px;
	}
	
}

@media only screen and (min-width: 1978px) and (max-width: 3100px) {
	
	.wp-block-group.groupTwo .wp-block-group.rightTextGroup .sajeriaScriptText.rightAligned {
		top: 50px;
		left: 80px;
	}
	
}

@media only screen and (min-width: 4000px) and (max-width: 5500px) {
	
	.wp-block-group.groupTwo .wp-block-group.rightTextGroup .sajeriaScriptText.rightAligned {
		top: 450px;
		left: 80px;
	}
	
}

@media only screen and (min-width: 3100px) and (max-width: 4000px) {
	
	.wp-block-group.groupTwo .wp-block-group.rightTextGroup .sajeriaScriptText.rightAligned {
		top: 200px;
		left: 80px;
	}
	
}

@media only screen and (max-width: 550px) {
	
	.home .wp-block-group.backgroundGroup.groupOne {
		height: 450px;
	}
	
	.home .wp-block-group.backgroundGroup.groupOne p {
    	padding-top: 150px;
	}
	
}

@media only screen and (max-width: 1500px) {
	.aboutUsColumn .wp-container-5 {
	  position: absolute;
	  left: 0;
	  right: 0;
	  margin: 0 auto;
	  bottom: 10px;
	}
	
	.home .secondFold .wp-block-column:first-child .wp-block-cover__inner-container .sajeriaScriptText {
		bottom: 100px !important;
	}
	
	.home .secondFold .wp-block-column.cookingUpAStorm .wp-block-cover__inner-container .sajeriaScriptText {
		bottom: 90px !important;
	}

}

@media only screen and (max-width: 1500px) and (min-width: 781px) {
	
	.cookingUpAStorm .wp-container-6 {
	  position: absolute;
	  left: 0;
	  right: -130px;
	  margin: 0 auto;
	  bottom: 10px;
	}
}

@media only screen and (min-width: 600px) and (max-width: 781px) {
	.wp-block-column:nth-child(2n) {
		margin-left: 0;
	}	
	
	.wp-block-column:not(:only-child) {
    	flex-basis: calc(50%) !important;
    	flex-grow: 0;
	}
	
	.wp-block-cover.aligncenter.firstFold {
    	height: 100%;
	}
	
	.secondFold p.showOnMobile {
    	top: 0;
	}
	
	.secondFold p.showOnMobile.topText {
    	top: 0;
	}
	
	.firstFold p.showOnMobile {
    	top: 0;
	}
	
	
}